VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / AnalyzerResultWithDescription<TValue> Class
In This Topic
AnalyzerResultWithDescription Class Properties
In This Topic
For a list of all properties of this type, see AnalyzerResultWithDescription<TValue>.
Public Properties
 NameDescription
Public PropertyGets the description of processing result.
Public PropertyGets the processing command, which created this result. (Inherited from ProcessingResult)
Public PropertyGets the object, which was processed. (Inherited from ProcessingResult)
Public PropertyGets the resulting value of analysis. (Inherited from AnalyzerResult<TValue>)
See Also